Common Auxiliary Types
-
Represents type of a container entry.
See moreDeclaration
Swift
public enum ContainerEntryType
-
Represents file attributes in DOS format.
See moreDeclaration
Swift
public struct DosAttributes: OptionSet
-
Represents file access permissions in UNIX format.
See moreDeclaration
Swift
public struct Permissions: OptionSet
-
Represents a (de)compression method.
See moreDeclaration
Swift
public enum CompressionMethod
-
Represents type of the file system on which an archive or container was created. File system determines meaning of file attributes.
See moreDeclaration
Swift
public enum FileSystemType
View on GitHub
Common Auxiliary Types Reference